All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Font
NSFont
.
[[NSFont
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- advancementForGlyph:
Objective-C instance method.
- afmDictionary
Objective-C instance method.
- afmFileContents
Objective-C instance method.
- ascender
Objective-C instance method.
+ boldSystemFontOfSize:
Objective-C class method.
- boundingRectForFont
Objective-C instance method.
- boundingRectForGlyph:
Objective-C instance method.
- capHeight
Objective-C instance method.
+ controlContentFontOfSize:
Objective-C class method.
- descender
Objective-C instance method.
- displayName
Objective-C instance method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- encodingScheme
Objective-C instance method.
- familyName
Objective-C instance method.
- fontName
Objective-C instance method.
+ fontWithName:size:
Objective-C class method.
- glyphIsEncoded:
Objective-C instance method.
- glyphWithName:
Objective-C instance method.
- isBaseFont
Objective-C instance method.
- isFixedPitch
Objective-C instance method.
- italicAngle
Objective-C instance method.
- maximumAdvancement
Objective-C instance method.
+ menuFontOfSize:
Objective-C class method.
+ messageFontOfSize:
Objective-C class method.
- mostCompatibleStringEncoding
Objective-C instance method.
+ paletteFontOfSize:
Objective-C class method.
- pointSize
Objective-C instance method.
- positionOfGlyph:forCharacter:struckOverRect:
Objective-C instance method.
+ preferredFontNames
Objective-C class method.
- printerFont
Objective-C instance method.
- screenFont
Objective-C instance method.
- set
Objective-C instance method.
+ setPreferredFontNames:
Objective-C class method.
+ setUserFixedPitchFont:
Objective-C class method.
+ setUserFont:
Objective-C class method.
+ systemFontOfSize:
Objective-C class method.
+ titleBarFontOfSize:
Objective-C class method.
+ toolTipsFontOfSize:
Objective-C class method.
- underlinePosition
Objective-C instance method.
- underlineThickness
Objective-C instance method.
+ useFont:
Objective-C class method.
+ userFixedPitchFontOfSize:
Objective-C class method.
+ userFontOfSize:
Objective-C class method.
- widthOfString:
Objective-C instance method.
- xHeight
Objective-C instance method.
protected Font(boolean shouldAllocate, int objcObject)
public Font()
[[NSFont
alloc] init]
.
public Font(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public static native Font fontWithNameAndSize(String fontName, float fontSize)
+ fontWithName:size:
Objective-C class method.
public static native void useFont(String fontName)
+ useFont:
Objective-C class method.
public static native Font userFontOfSize(float fontSize)
+ userFontOfSize:
Objective-C class method.
public static native Font userFixedPitchFontOfSize(float fontSize)
+ userFixedPitchFontOfSize:
Objective-C class method.
public static native void setUserFont(Font aFont)
+ setUserFont:
Objective-C class method.
public static native void setUserFixedPitchFont(Font aFont)
+ setUserFixedPitchFont:
Objective-C class method.
public static native Font systemFontOfSize(float fontSize)
+ systemFontOfSize:
Objective-C class method.
public static native Font boldSystemFontOfSize(float fontSize)
+ boldSystemFontOfSize:
Objective-C class method.
public static native Font titleBarFontOfSize(float fontSize)
+ titleBarFontOfSize:
Objective-C class method.
public static native Font menuFontOfSize(float fontSize)
+ menuFontOfSize:
Objective-C class method.
public static native Font messageFontOfSize(float fontSize)
+ messageFontOfSize:
Objective-C class method.
public static native Font paletteFontOfSize(float fontSize)
+ paletteFontOfSize:
Objective-C class method.
public static native Font toolTipsFontOfSize(float fontSize)
+ toolTipsFontOfSize:
Objective-C class method.
public static native Font controlContentFontOfSize(float fontSize)
+ controlContentFontOfSize:
Objective-C class method.
public native float pointSize()
- pointSize
Objective-C instance method.
public native String fontName()
- fontName
Objective-C instance method.
public native String familyName()
- familyName
Objective-C instance method.
public native String displayName()
- displayName
Objective-C instance method.
public native void set()
- set
Objective-C instance method.
public native float widthOfString(String string)
- widthOfString:
Objective-C instance method.
public native Font screenFont()
- screenFont
Objective-C instance method.
public native Font printerFont()
- printerFont
Objective-C instance method.
public native boolean isBaseFont()
- isBaseFont
Objective-C instance method.
public native Rect boundingRectForFont()
- boundingRectForFont
Objective-C instance method.
public native Rect boundingRectForGlyph(int aGlyph)
- boundingRectForGlyph:
Objective-C instance method.
public native Size advancementForGlyph(int ag)
- advancementForGlyph:
Objective-C instance method.
public native Dictionary afmDictionary()
- afmDictionary
Objective-C instance method.
public native String afmFileContents()
- afmFileContents
Objective-C instance method.
public native boolean glyphIsEncoded(int aGlyph)
- glyphIsEncoded:
Objective-C instance method.
public static native Array preferredFontNames()
+ preferredFontNames
Objective-C class method.
public static native void setPreferredFontNames(Array fontNameArray)
+ setPreferredFontNames:
Objective-C class method.
public native Size maximumAdvancement()
- maximumAdvancement
Objective-C instance method.
public native int mostCompatibleStringEncoding()
- mostCompatibleStringEncoding
Objective-C instance method.
public native float underlinePosition()
- underlinePosition
Objective-C instance method.
public native float underlineThickness()
- underlineThickness
Objective-C instance method.
public native float italicAngle()
- italicAngle
Objective-C instance method.
public native float capHeight()
- capHeight
Objective-C instance method.
public native float xHeight()
- xHeight
Objective-C instance method.
public native float ascender()
- ascender
Objective-C instance method.
public native float descender()
- descender
Objective-C instance method.
public native boolean isFixedPitch()
- isFixedPitch
Objective-C instance method.
public native String encodingScheme()
- encodingScheme
Objective-C instance method.
public native int glyphWithName(String aName)
- glyphWithName:
Objective-C instance method.
public native Point positionOfGylphForCharacterStruckOverRect(int aGlyph, char aChar, Rect aRect)
- positionOfGlyph:forCharacter:struckOverRect:
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index